home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / SYS / s / ClearSCMSG.rexx < prev    next >
OS/2 REXX Batch file  |  1996-09-26  |  165b  |  12 lines

  1. /* REXX scrip to delete all SCMsg Messages */
  2.  
  3. Options RESULTS
  4.  
  5. if ~show('P', 'SC_SCMSG') then do
  6.    SAY "SCMSG NOT found"
  7.    exit 0
  8. end
  9.  
  10. address "SC_SCMSG"
  11. 'CLEAR'
  12.